home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 October / Chip_2002-10_cd1.bin / sharewar / hnet / hnetinfo.exe / {app} / HDownload / Hdownload.CSY / RCDATA / TSERVERINFODLG / TSERVERINFODLG.txt
Text File  |  2002-06-23  |  3KB  |  169 lines

  1. object ServerInfoDlg: TServerInfoDlg
  2.   Left = 227
  3.   Top = 102
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Server informace'
  7.   ClientHeight = 359
  8.   ClientWidth = 367
  9.   Color = clBtnFace
  10.   ParentFont = True
  11.   OldCreateOrder = True
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Bevel1: TBevel
  16.     Left = 113
  17.     Top = 21
  18.     Width = 247
  19.     Height = 256
  20.     Shape = bsFrame
  21.   end
  22.   object Label1: TLabel
  23.     Left = 119
  24.     Top = 25
  25.     Width = 3
  26.     Height = 13
  27.   end
  28.   object Label2: TLabel
  29.     Left = 119
  30.     Top = 55
  31.     Width = 3
  32.     Height = 13
  33.   end
  34.   object Label3: TLabel
  35.     Left = 119
  36.     Top = 85
  37.     Width = 3
  38.     Height = 13
  39.   end
  40.   object Label4: TLabel
  41.     Left = 119
  42.     Top = 115
  43.     Width = 3
  44.     Height = 13
  45.   end
  46.   object Label5: TLabel
  47.     Left = 119
  48.     Top = 145
  49.     Width = 3
  50.     Height = 13
  51.   end
  52.   object Label6: TLabel
  53.     Left = 119
  54.     Top = 175
  55.     Width = 3
  56.     Height = 13
  57.   end
  58.   object ServersLabel: TLabel
  59.     Left = 8
  60.     Top = 5
  61.     Width = 59
  62.     Height = 13
  63.     Caption = 'IP serveru:'
  64.   end
  65.   object ServerDetailsLabel: TLabel
  66.     Left = 116
  67.     Top = 5
  68.     Width = 67
  69.     Height = 13
  70.     Caption = 'Detaily o serveru:'
  71.   end
  72.   object Label7: TLabel
  73.     Left = 119
  74.     Top = 205
  75.     Width = 3
  76.     Height = 13
  77.   end
  78.   object Label8: TLabel
  79.     Left = 119
  80.     Top = 235
  81.     Width = 3
  82.     Height = 13
  83.   end
  84.   object hlp: TMemo
  85.     Left = -275
  86.     Top = 102
  87.     Width = 287
  88.     Height = 157
  89.     Lines.Strings = (
  90.       'hlp')
  91.     TabOrder = 1
  92.     Visible = False
  93.   end
  94.   object OKBtn: TButton
  95.     Left = 282
  96.     Top = 323
  97.     Width = 77
  98.     Height = 25
  99.     Anchors = [akLeft, akBottom]
  100.     Cancel = True
  101.     Caption = 'Zav∩┐╜∩┐╜t'
  102.     ModalResult = 1
  103.     TabOrder = 0
  104.   end
  105.   object ServerListView: TListView
  106.     Left = 7
  107.     Top = 21
  108.     Width = 104
  109.     Height = 256
  110.     Columns = <>
  111.     ReadOnly = True
  112.     ParentShowHint = False
  113.     ShowHint = False
  114.     TabOrder = 2
  115.     ViewStyle = vsList
  116.     OnSelectItem = ServerListViewSelectItem
  117.   end
  118.   object Button3: TButton
  119.     Left = 281
  120.     Top = 291
  121.     Width = 78
  122.     Height = 25
  123.     Anchors = [akLeft, akBottom]
  124.     Caption = 'Ulo∩┐╜it'
  125.     Default = True
  126.     TabOrder = 3
  127.     OnClick = Button3Click
  128.   end
  129.   object GroupBox1: TGroupBox
  130.     Left = 8
  131.     Top = 282
  132.     Width = 265
  133.     Height = 73
  134.     Anchors = [akLeft, akBottom]
  135.     Caption = 'Ulo∩┐╜it/poslat informace'
  136.     TabOrder = 4
  137.     object TextRadioButton: TRadioButton
  138.       Left = 19
  139.       Top = 18
  140.       Width = 208
  141.       Height = 13
  142.       Caption = 'textov∩┐╜ soubor'
  143.       Checked = True
  144.       TabOrder = 0
  145.       TabStop = True
  146.     end
  147.     object HtmlRadioButton: TRadioButton
  148.       Left = 19
  149.       Top = 35
  150.       Width = 222
  151.       Height = 14
  152.       Caption = 'html soubor'
  153.       TabOrder = 1
  154.     end
  155.     object MailRadioButton: TRadioButton
  156.       Left = 19
  157.       Top = 52
  158.       Width = 230
  159.       Height = 13
  160.       Caption = 'emailovou zpr∩┐╜vu'
  161.       TabOrder = 2
  162.     end
  163.   end
  164.   object SaveDialog: TSaveDialog
  165.     Left = 292
  166.     Top = 186
  167.   end
  168. end
  169.